object HelperForm: THelperForm Left = 671 Top = 431 BorderIcons = [] BorderStyle = bsSingle Caption = 'UCI Installer' ClientHeight = 207 ClientWidth = 323 Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] Position = poScreenCenter OnActivate = FormActivate PixelsPerInch = 96 TextHeight = 13 object Label1: TLabel Left = 16 Top = 17 Width = 67 Height = 13 Caption = 'Win Directory:' end object Label2: TLabel Left = 16 Top = 44 Width = 88 Height = 13 Caption = 'Desktop Directory:' end object Label3: TLabel Left = 16 Top = 71 Width = 100 Height = 13 Caption = 'Start Menu Directory:' end object Label4: TLabel Left = 16 Top = 97 Width = 117 Height = 13 Caption = 'Start Programs Directory:' end object Label5: TLabel Left = 16 Top = 124 Width = 104 Height = 13 Caption = 'Win System Directory:' end object Label6: TLabel Left = 16 Top = 151 Width = 92 Height = 13 Caption = 'Programs Directory:' end object Button1: TButton Left = 240 Top = 176 Width = 75 Height = 25 Caption = 'Continue' TabOrder = 0 OnClick = Button1Click end object Edit1: TEdit Left = 134 Top = 15 Width = 180 Height = 21 Color = clBtnFace ReadOnly = True TabOrder = 1 Text = 'Edit1' end object Edit2: TEdit Left = 134 Top = 41 Width = 180 Height = 21 Color = clBtnFace ReadOnly = True TabOrder = 2 Text = 'Edit1' end object Edit3: TEdit Left = 134 Top = 67 Width = 180 Height = 21 Color = clBtnFace ReadOnly = True TabOrder = 3 Text = 'Edit1' end object Edit4: TEdit Left = 134 Top = 94 Width = 180 Height = 21 Color = clBtnFace ReadOnly = True TabOrder = 4 Text = 'Edit1' end object Edit5: TEdit Left = 134 Top = 120 Width = 180 Height = 21 Color = clBtnFace ReadOnly = True TabOrder = 5 Text = 'Edit1' end object Edit6: TEdit Left = 134 Top = 146 Width = 180 Height = 21 Color = clBtnFace ReadOnly = True TabOrder = 6 Text = 'Edit1' end end